*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 11:01:16 +0000 (11:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 11:01:16 +0000 (11:01 +0000)
lisp/ChangeLog
lispref/ChangeLog

index ef41d3b8904912fc6743c57b929dbb531883add7..49cf9cb61aea477852110056e0bb5e07b260fbc7 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
+       (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
+       (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
+
 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
 
        * faces.el (color-values): Revert changes to docstring from
index 9616199b7cbd3e2af1048a667733cdb4b644945c..2121eea03214c851b5e3fcdecc5a0899013083ac 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * strings.texi (Modifying Strings): Clarify that `clear-string'
+       always converts the string to unibyte.
+
 2007-02-14  Kim F. Storm  <storm@cua.dk>
 
        * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.